Class BausteinTest
java.lang.Object
de.aoksystems.da.kernpruefung.bausteine.BausteinTest
BausteinTest class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest of addFeld method, of class Baustein.voidTest of addRest method, of class Baustein.voidTest of getFeld method, of class Baustein.voidTest of getFeldCount method, of class Baustein.voidTest of getFelder method, of class Baustein.voidTest of getKennung method, of class Baustein.voidTest of getLengthMitRest method, of class Baustein.voidTest of getLengthOhneRest method, of class Baustein.voidTest of getName method, of class Baustein.voidTest of getRest method, of class Baustein.voidTest of getUsedCip method, of class Baustein.voidTest of getVersion method, of class Baustein.voidTest of toString method, of class Baustein.
-
Constructor Details
-
BausteinTest
public BausteinTest()Ctor.
-
-
Method Details
-
testAddFeld
@Test public void testAddFeld()Test of addFeld method, of class Baustein. -
testAddRest
@Test public void testAddRest()Test of addRest method, of class Baustein. -
testGetFeld
@Test public void testGetFeld()Test of getFeld method, of class Baustein. -
testGetFeldCount
@Test public void testGetFeldCount()Test of getFeldCount method, of class Baustein. -
testGetFelder
@Test public void testGetFelder()Test of getFelder method, of class Baustein. -
testGetLengthOhneRest
@Test public void testGetLengthOhneRest()Test of getLengthOhneRest method, of class Baustein. -
testGetLengthMitRest
@Test public void testGetLengthMitRest()Test of getLengthMitRest method, of class Baustein. -
testGetName
@Test public void testGetName()Test of getName method, of class Baustein. -
testGetKennung
@Test public void testGetKennung()Test of getKennung method, of class Baustein. -
testGetRest
@Test public void testGetRest()Test of getRest method, of class Baustein. -
testGetVersion
@Test public void testGetVersion()Test of getVersion method, of class Baustein. -
testGetUsedCip
@Test public void testGetUsedCip()Test of getUsedCip method, of class Baustein. -
testToString
@Test public void testToString()Test of toString method, of class Baustein.
-